[Haskell]Curious about the Hash Table problem

Posted by astamatto on Stack Overflow See other posts from Stack Overflow or by astamatto
Published on 2010-06-17T02:29:50Z Indexed on 2010/06/17 2:32 UTC
Read the original article Hit count: 305

Filed under:
|
|

I read that hash tables in haskell are crippled ( citation: http://flyingfrogblog.blogspot.com/2009/04/more-on-haskells-hash-table-problems.html ) and since i like haskell it worried me.

Since the blog-post one year has passed and im curious,

The hash table problem in haskell was "fixed" in the traditional compilers? (like ghc)

ps: I love stack overflow, im a long time visitor but only today i decided to try to post a question.

© Stack Overflow or respective owner

Related posts about haskell

Related posts about hashtable